@charset "utf-8";
.main{
    width: 1200px;
    margin: 0 auto;
}
header a,header a img{
    display: block;
}
header .tel{
    margin-top: 21px;
}
header .tel img{
    display: block;
    margin-right: 5px;
}
header .tel p{
    font-size: 16px;
    padding-top: 5px;
}
header .tel p span{
    display: block;
    font-size: 24px;
}
nav{
    background: #004563;
}
nav ul li{
    float: left;
    border-left: 1px solid #015b82;
    border-right: 1px solid #00344b;
}
nav ul li:first-child{
    border-left: none;
}
nav ul li:last-child{
    border-right: none;
}
nav ul li a{
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 0 30px;
    line-height: 50px;
}
nav ul li a:hover{
    color: #6c99ad;
}

/*banner start*/
.banner{
    width: 100%;
    height: 500px;
    position: relative;
    margin: 0 auto;
}
.banner-img{
    position: relative;
}
.banner-img li{
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    display: none;
}
.banner-img li a{
    width: 100%;
    height: 500px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
}
.banner-img li a img{
    display: none;
}
.banner-tip{
    position: absolute;
    bottom: 20px;
    left: 50%;
}
.banner-tip li{
    float: left;
    width: 13px;
    height: 13px;
    border: 1px solid #fff;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 100%;
}
.banner-tip li.on{
    background: #fff;
}
/*banner end*/

.menu{
    width: 235px;
    background: #004563;
    padding: 20px;
}
.menu h2{
    font-size: 30px;
    color: #fff;
    line-height: 36px;
}
.menu h2 p{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 10px;
}
.menu ul{
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    height: 362px;
    overflow: hidden;
}
.menu ul li{
    border-top: 1px dashed #ddd;
}
.menu ul li:first-child{
    border: none;
}
.menu ul li a{
    display: block;
    font-size: 16px;
    line-height: 36px;
}
.menu ul li a i{
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #c9c9c9;
    vertical-align: middle;
    margin: 0 10px;
    transition: all .3s;
}
.menu ul li a:hover{
    color: #004563;
}
.menu ul li a:hover i{
    background: #004563;
}
.menu img{
    display: block;
    width: 100%;
    margin-top: 10px;
}

.rcon{
    width: 880px;
}
.list{
    overflow: hidden;
}
.list li{
    float: left;
    margin: 0 23px 30px 0;
    width: 278px;
}
.list li a,.list li a img,.list li a span{
    display: block;
}
.list li a{
    border: 3px solid #eee;
    background: #eee;
}
.list li a span{
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s;
    padding: 0 5px;
}
.list li a:hover{
    border-color: #004563;
    background: #004563;
}
.list li a:hover span{
    color: #fff;
}

.nlist ul li{
    float: left;
    margin: 0 46px 30px 0;
    width: 575px;
    border: 1px solid #ddd;
    background: #fff;
}
.nlist ul li img{
    display: block;
}
.nlist .fr{
    width: 270px;
    padding: 20px 10px 20px 0;
}
.nlist a{
    display: block;
    font-size: 18px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}
.nlist a:hover{
    color: #004563;
    text-decoration: underline;
}
.nlist p{
    font-size: 14px;
    line-height: 20px;
    color: #999;
    margin: 15px 0;
    height: 60px;
    overflow: hidden;
}
.nlist span{
    font-size: 14px;
    color: #666;
}


footer{
    background: #004563;
}
footer ul{
    width: 800px;
    margin:0 auto;
    overflow: hidden;
    border-bottom: 1px solid #00344b;
}
footer ul li{
    width: 12.5%;
    float: left;
}
footer ul li a{
    display: block;
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 60px;
}
footer ul li a:hover{
    color: #6c99ad;
}
.fcon{
    width: 800px;
    margin: 0 auto;
    border-top: 1px solid #015b82;
    padding: 30px 0;
}
.fcon .flogo{
    margin: 21px;
}
.fcon img{
    display: block;
}
.fcon .address{
    padding: 15px 0 0 50px;
    width: 480px;
}
.fcon p{
    font-size: 16px;
    color: #6c99ad;
}


/*record*/
.record{
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #222;
}
.record span{
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
}
.record span a{
	color: #fff;
}
.record span a:hover{
	text-decoration: underline;
}
.pages {padding-top: 10px; line-height:40px; text-align:center; width:700px;}
.pages A { padding: 2px 5px; border: 1px solid #ccc; margin-right:3px; margin-left: 3px;}